home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / dt031.zip / DT.DOC < prev    next >
Text File  |  1996-08-24  |  1KB  |  42 lines

  1. DLS and Tsort tagline utils
  2. Written by Dana Booth at 1:138/179 or crom@eskimo.com
  3. -----------------------------------------------------------
  4.  
  5. DLS (version 0.17) -
  6.  
  7.      DLS will read your tagline file, and create a separate output file,
  8.      leaving your tagline file intact. DLS will strip any duplicate
  9.      taglines, so the output file will contain only unique taglines.
  10.  
  11.      The syntax is 'DLS [input file] [output file]', i.e., this command
  12.      line would read the tagline file called 'TAG.LIN' and write an output
  13.      file called 'OUTPUT.TXT':
  14.  
  15.      dls tag.lin output.txt
  16.  
  17.  
  18.  
  19. Tsort (version 0.31) -
  20.  
  21.      Tsort was created as an afterthought after making DLS. Tsort will sort
  22.      your tagline file alphabetically. For the sake of speed, it will only
  23.      sort two characters deep. It also creates a separate output file,
  24.      leaving your original file intact, and the output file is hardcoded;
  25.      it will create the file 'TSORT.OUT' in the current directory.
  26.  
  27.      The syntax is TSORT [input file], where [input file] is the name of
  28.      the tagline file to sort.
  29.  
  30.  
  31.  
  32. Other stuff -
  33.  
  34.      Of course, everything is free... I look at it this way, if I can't
  35.      write it in under an hour, I'm not going to bother... :)
  36.  
  37.      If this stuff comes in handy for you, maybe you could drop me a line.
  38.  
  39.  
  40.      -Dana at 1:138/179 or crom@eskimo.com
  41.  
  42.